16. [Quiz] DBSCAN
SOLUTION:
- Epsilon - the distance that defines each point's neighborhood
- MinPts/min_samples - the number of points in a neighborhood for a point to be regarded as a core point
SOLUTION:
- Clustering a dataset based on point density
- Identifying noise in a dataset